home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.002 / stk-3 / STk-3.1 / Tk / unix / tkUnixInt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-31  |  620 b   |  27 lines

  1. /*
  2.  * tkUnixInt.h --
  3.  *
  4.  *    This file contains declarations that are shared among the
  5.  *    UNIX-specific parts of Tk but aren't used by the rest of
  6.  *    Tk.
  7.  *
  8.  * Copyright (c) 1995 Sun Microsystems, Inc.
  9.  *
  10.  * See the file "license.terms" for information on usage and redistribution
  11.  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  12.  *
  13.  * SCCS: @(#) tkUnixInt.h 1.2 95/11/08 10:18:13
  14.  */
  15.  
  16. #ifndef _TKUNIXINT
  17. #define _TKUNIXINT
  18.  
  19. /*
  20.  * Prototypes for procedures that are referenced in files other
  21.  * than the ones they're defined in.
  22.  */
  23.  
  24. extern void        TkCreateXEventSource _ANSI_ARGS_((void));
  25.  
  26. #endif /* _TKUNIXINT */
  27.